|
|
|
|
MergeWithLowerDefault Property, RowHeadersClass Class |
Defines the CellBaseClass.MergeWithLower property default for row headers, whether cells in row headers merge with cells below.
Syntax RowHeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property MergeWithLowerDefault As Boolean |
C# |
public bool MergeWithLowerDefault { get; set; } |
C++ |
public: property bool MergeWithLowerDefault { |
Property Value
True if cells in row headers merge with cells below, otherwise False.
The default value is False.
Comments
The MergeWithLowerDefault property defines the CellBaseClass.MergeWithLower property default for row headers, whether cells in row headers merge with cells below.
The default settings for cell merging can be defined using these properties: ColumnClass.MergeWithLowerDefault is used for cells in the item area, RowHeaders.MergeWithLowerDefault for row headers, Headers.MergeWithLowerDefault for cells in column headers and Footers.MergeWithLowerDefault for cells in column footers.